home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / win_u_z / wshell11.zip / GENERIC.DEF < prev    next >
Text File  |  1991-10-21  |  647b  |  27 lines

  1. LIBRARY generic
  2.  
  3. DESCRIPTION      'Generic Command for use with Windows Commander'
  4. EXETYPE          WINDOWS       
  5. STUB             'WINSTUB.EXE' 
  6.  
  7. CODE MOVEABLE
  8. DATA            PRELOAD FIXED SINGLE
  9. HEAPSIZE        14024
  10.  
  11. EXPORTS
  12.    LibMain                      @1
  13.    WEP                          @2
  14.    ModuleProc                   @3
  15.    ShowOptions                  @4
  16.    ShowAbout                    @5
  17.    OptionsDlg                   @6
  18.    AboutDlg                     @7
  19.  
  20. IMPORTS
  21.    wstdio.DisplayLine           
  22.    wstdio.GetDisplayWindowHandle
  23.    wstdio.IsDirectory      
  24.    wstdio.lstrstr          
  25.    wstdio.lstrncmp         
  26.  
  27.